button{
    label {
        text_size{
            x: 0.05
            y: 0.05
        }
        text: "MainMenu.buttons.arcade"
        align: 0x21
    }
    animated_node: "Dummy_arcade_icon"
}

button{
    label {
        text_size{
            x: 0.05
            y: 0.05
        }
        text: "MainMenu.buttons.bestshot"
        align: 0x21
    }
    animated_node: "Dummy_best_shot_icon"
}

button{
    label {
        text_size{
            x: 0.05
            y: 0.05
        }
        text: "MainMenu.buttons.timetrial"
        align: 0x21
    }
    animated_node: "Dummy_time_trial_icon"
}

button{
    label {
        text_size{
            x: 0.05
            y: 0.05
        }
        text: "MainMenu.buttons.highscores"
        align: 0x21
    }
    animated_node: "Dummy_high_scores_icon"
}

button{
    label {
        text_size{
            x: 0.03
            y: 0.03
        }
        text: "MainMenu.buttons.lang"
        align: 0x24
        color: 0xff3f3f3f
    }
}

button{
}

button{
}

text_field{
    label {
        text_size{
            x: 0.035
            y: 0.035
        }
        align: 0x24
        color: 0xff3f3f3f
    }
}

text_field{
    label {
        text_size{
            x: 0.045
            y: 0.045
        }
        text: "MainMenu.best_results_title"
        align: 0x22
        color: 0xffffffff
    }
}



control_reference {
    type: BUTTON
    id: 0    
}

control_reference {
    type: BUTTON
    id: 1
}

control_reference {
    type: BUTTON
    id: 2
}

control_reference {
    type: BUTTON
    id: 3
}

control_reference {
    type: BUTTON
    id: 4
}

control_reference {
    type: BUTTON
    id: 5
}

control_reference {
    type: BUTTON
    id: 6
}

control_reference {
    type: TEXT_FIELD
    id: 0
}

control_reference {
    type: TEXT_FIELD
    id: 1
}

name2controlref {
    name: 'arcade'
    ref_id: 0
}

name2controlref {
    name: 'best_shot'
    ref_id: 1
}

name2controlref {
    name: 'time_trial'
    ref_id: 2
}

name2controlref {
    name: 'high_scores'
    ref_id: 3
}

name2controlref {
    name: 'language_button'
    ref_id: 4
}

name2controlref {
    name: 'help_button'
    ref_id: 5
}

name2controlref {
    name: 'back_button'
    ref_id: 6
}

name2controlref {
    name: 'best_results_text'
    ref_id: 7
}

name2controlref {
    name: 'best_results_title'
    ref_id: 8
}


